home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Control Common / CCFragResource.h < prev    next >
C/C++ Source or Header  |  1996-12-20  |  441b  |  20 lines

  1. #include "ResourceMap.h"
  2.  
  3. class CCFragResource
  4. {
  5.     public:
  6.                                     CCFragResource();
  7.                                     ~CCFragResource();
  8.  
  9.         static short                GetCFragResRefNum(void)
  10.                                         { return CFragResRefNum; };
  11.  
  12.     private:
  13.         static long                    EntryCount;
  14.         static ResourceMapHandle    CFragTopMapHdl;
  15.         static ResourceMapHandle    ContainerTopMapHdl;
  16.         static ResourceMapHandle    DLLTopMapHdl;
  17.         static short                CFragResRefNum;
  18.         static short                ContainerResRefNum;
  19. };
  20.